Opc.Ua.Core
FindChild(ISystemContext,IList<QualifiedName>,Int32) Method



Opc.Ua Namespace > NodeState Class > FindChild Method : FindChild(ISystemContext,IList<QualifiedName>,Int32) Method
The context to use.
The browse path.
The current position in the browse path.
Finds the child with the specified browse path.
Syntax
'Declaration
 
Public Overloads Overridable Function FindChild( _
   ByVal context As ISystemContext, _
   ByVal browsePath As IList(Of QualifiedName), _
   ByVal index As Integer _
) As BaseInstanceState
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim browsePath As IList(Of QualifiedName)
Dim index As Integer
Dim value As BaseInstanceState
 
value = instance.FindChild(context, browsePath, index)

Parameters

context
The context to use.
browsePath
The browse path.
index
The current position in the browse path.

Return Value

The target if found. Null otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members
Overload List